Documentation Center

ListOfValues 2.5 CreateValue [deprecated]

Describes how to create a value in an existing list of values.

Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant.
psLovIdStringInThe element name of the list of values
psLabelStringInThe label of the value
psDescriptionStringInThe description of the value
psOutLovValueIdStringOutThe element name of the new value

Requirements are:
  • Only an 'Administrator' user can create a value in a list of values.
Note that:
  • The internal element name is generated using the element name of the list of values and the given psLabel (see Naming conventions for readable Element Names).
  • The label of the value must be unique.
  • You are not allowed to add a value to a system (e.g. BOOLEAN) or object (e.g. DOUTPUTFORMATNAME, DUSERGROUP) lov.